20 Fresh Search Form HTML Showcase

1. textAreaPro

featured image

A jQuery plugin that easily allow you to create dynamic textarea input fields that can highlight text of several patterns at once, catch and copy keywords and design text are without manually adding CSS rules HTML tags.

More Details

2. Formoid

Formoid

Formoid makes creating beautiful web forms a cinch and a joy. With a no-coding drag-n-drop GUI, trendy Flat, Metro, Bootstrap form themes, pure css styled, responsive, retina-ready form elements, as-you-type validation, anti-spam captcha - Formoid is a just incredible form tool!

Modern Metro, Flat, Bootstrap form themes with fancy color schemes.

Pure CSS radios, checkboxes, selects, file upload, date picker, tooltips, and even google captcha!

All form elements look brilliantly on high resolution displays and devices.

Fully optimized to work on desktops, mobiles, and tablets.

More Details

3. Responsive CSS Forms Set & Validation

featured image

Custom Forms is set of responsive layout HTML/CSS forms validated via javascript. The vertical mode structure is label and a field underneath, horizontal – label next to field and modal type popups the form.

More Details

4. devZor.project, Your Offline HTML5 Task Management

featured image

project helps you organize the things listed above, with absolute freedom when inputting text/html !

If this was an online task management solution that allows HTML input, input would be filtered before it goes into database. If this was a desktop application, you wouldn’t be able to HTML textarea form at all.Ideas & Articles – Almost the same as adding tasks, the only difference being in the input form. If you are an html/css coder, feel free to style your content right there, in the markup editor, nothing is filtered and everything will be accepted.Search – Since this application is offline, the search is VERY fast. You type your search string, and as you type it, the page you are currently at is being filtered in split second. When you search, you are searching through what is currently displayed (tasks, articles, etc).

More Details

5. PHP Book Search Engine

featured image

PHP Book Search Engine is a unique advanced search engine for books, it uses the google books api to get the information, it has various filters and search filters such as Book Name, Author or ISBN.Book Search Engine (Google Books API)

Fixed an issue with the Search Box while on ToS/Contact/Privacy pages.html.Note: Google Books API have a 1,000 query/day limit (which should be more than enough for must of us), but it can be increasing by filling out their form and ask them for more.

More Details

6. PHP Search Engine

featured image

PHP Dynamic Website Search Tool

This search tool is perfect if you want a quick an easy way to search your dynamic websites. Simply upload the search.php file and make a form on your website like below and you’re done! It couldn’t be easier!

Click here to try the picture slideshow script on your website

<form action="search.<input type="text" name="search">

<input type="submit" name="go" value="Search Website">

</form>

Searches all pages on your website (even search multiple websites!)

Finds matches in HTML META tags

html‘)

It will even search PDF DOCUMENTS!

The text that displays under each search result is trimmed to a certain length so it fits on the page nicely.Advanced users:custom callback function is included so you can insert your own results in with normal HTML results (eg: by querying database of products for a match). This makes for gresearch integration between different products on an existing website.Which website addresses (URL’s) to search

Which file names to ignore and never display in search results

Instant search results (no waiting weeks for Google to index your new website)

Customers don’t bug you that the search isn’t picking up the latest results

“pdftotext” utility installed if you wish to search PDF files (contact your hosting provider to see if it is installed)

Know some basic HTML /CSS so you can style the search results page (to suit your look & feel) if the defaults do not work.Upload search.com/search.Create form on your website like this:

<form action="search.<input type="text" name="search">

<input type="submit" name="go" value="Search Website">

</form>

How to style the search results page:

php file in Notepad or your favorite HTML editor (eg: Dreamweaver)

Delete any default HTML content from this file.Copy & Paste any HTML code you would like to display above the search results into this file.php file in Notepad or your favorite HTML editor (eg: Dreamweaver)

Delete any default HTML content from this file.Copy & Paste any HTML code you would like to display below the search results into this file.Advanced users: you can also <?php include(“search.

More Details

7. plum.Form - A jQuery Form Styling Tool

featured image

form is the perfect tool for designers who need to step over the boundaries of boring web forms. Plum focuses its power on forms or individual form elements and creates HTML wrappers on the fly. Instead of fiddling with a clumsy drop-down menu, you can use basic CSS classes to work with simple HTML. All you need is a form:

<form action="" method="post" enctype="multipart/form-data">

</form>

For example, you might add nice icon to fields that have a “search” class (using <input type="search">).Form is simplicity. It’s nothing more than styling tool, which means you retain all functionality of a regular web form. No extra HTML markup is required

Form is under 20 Kb

Style all parts of a form, including file input fields, drop-down (select) menus, check boxes, radio buttons, buttons, and text password fields

Form validation with pre-defined checks (phone #, email address and content length) as well as custom methods

Retains standard form functionality: plum.Form supports focusing on elements with the tab key and navigating select menus by typing optinames or using arrow keys

Easily customizable create new form skins

Form would never have seen light of day.

More Details

8. FormMapper Address Autocomplete with Geolocation

featured image

You simply provide a single input field that lets you search for locations with an autocomplete dropdown. Optionally: you can add map container that will display an interactive map with drag and drop location finding capabilities and form that will be populated with the complete address details including latitude and longitude coordinates.html

The remaining details will be completed for you and if you include additional form elements or map container they will be filled in with the appropriate content.html

If you click button site should first ask for your permission to locate you (if you haven’t already approved it) and then the site will automatically attempt to find your location, as close as possible and map it and fill in the form.formMapper() will run, form address elements will be filled in, and the map will be shown.html

Sometimes a search will return multiple results if a specific location is not given.By conguring the form slightly you can handle multiple results.html

You can find demo of the POI Search here: http://cre84.html

In addition to being able to fill in form by entering an address, you could search for the location of a Point of Interest (POI).Google will return results that it finds for any location search.html

A search for White House returns the below additional results:

html

So if a user was to search for “Ford” the top result would be The Ford’s Theatre if the area was limited to Washington DC.If you would search for “Ford” without limiting the area the top result would probably been a Ford Dealership or a street/city named Ford.html

Just like limiting the search to a certain region you can limit location search to give priority to a country.The settings in Limit Country demo enables if you were to search for a locatisearch like “Google” your results would be found in India rather than Californilike you might expect.html

location to search for can be just about anything you can search for on google.Demo Contact Form

html

There is the usual form on the left that searches for a location and fills in the input items and has a smaller map included.Then there is the demo contact form on the right with map that displays the location of restaurant (as shown below.formMapper() plugin but is not attached to any form (since you wouldn’t want change the display of where you can be found.formMapper element on the page is found in the jQuery ajax contact form itself.This particular use of the formMapper() plugin does not update map and does not have list of form inputs for the various address components. However, if you fill out the form and click submit (it will not send the email in the demo)  it will just display email content for you to view.By adding list of hidden fields that each have address component names the form will have the various address items inserted without being visible to the end user and will be able to be sent along with the other (visible) form elements.bounds (Whether to snap geocode search to map bounds)

details (The container that should be populated with form data)

html#MapOptions

html#place_search_requests

In addition to simplifing your form’s address input for your site’s visitors there are so many uses for this plugin. Business search

More Details

9. Ajax PHP Contact Form with CSV Exporter & Filters

featured image

Powerful, Flexible, and Maintainable Contact Form – With Feedback System Reply Management – V 3.No other contact form offer this solution!

AJAX Contact form with light-weight contact request manager.Your AJAX Contact Form is stuck in my mind Big Hug.Powerful AJAX Contact form with Reply Management via Email

Use it as a simple contact form or utilize all the features

Search & Filters

Form to emails database

Ease of integration – into any existing HTML PHP page on your website.Comprehensive Search option in the admin

search form HTML template open/close toggle effect

– AJAX based reply form. – A dedicated link – System will send a dedicated link to contact form filler so that he/she can directly reply to the response.Not a fan of AJAX? You can check out our PHP Contact Form

Set Email addresses(CC/BCC) to which you wish to receive contact form data

With AJAX contact form, following additional class libraries are also included – YOU can reuse them in your upcoming projects.Form Validator Class

Form Handler Classes

Thanks! Great contact form!

I don’t have a background programming or computer science and found this contact form to be VERY EASY to configure.Search form open/close toggle functionality added

AJAX based reply form

net/item/ajax-php-contact-form-with-csv-exporter-filters/full_screen_preview/179128

More Details

10. Spider - PHP Website Crawler

featured image

This picture slideshow script allows you to search files in ANY website. All you have to do is specify whwebsite you want to search, the kind of files you are looking for then click Crawl to watch spider handle the rest.Preview and export HTML

More Details

11. Google Maps Store Directions w/ Search bar & Print

featured image

BONUS : AJAX CONTACT FORM with onFOCUS EFFECT .* No ugly html tables allows you to insert this code into your project with minimum CSS modifications UPDATE 1 .* BONUS AJAX Contact Form has been addedBuyer Rating Info

More Details

12. Sleek-kit Clean & Simple Bootstrap Form

featured image

Sleek-kit Clean and Simple Form

Sleek-kClean and CSS simple form layout HTML & CSS.Its Bootstrap Grid form pack. Sleek kit is simple, clean and fresh modern form pack hat useful to agency, company , portfolio, etc.Sleek-kit psd include below form. Create Account form

Login Form

Forgot password form

Contact form

Newsletter form

Request Quote Form

Raleway (Google web-form) (Download from) http://www.

More Details

13. Platinum3D Content Animator - Standalone Version

featured image

revolution has been arrived, you can now turn your website HTML elements to 3D.Currently supported HTML elements are:

turn HTML elements 3D

you can set background color, font color, font size, any custom HTML, vertical- and horizontal align

usable html elements in data-content attribute, like data-content=”[br]text[br]”

If you have any question or feedback, please feel free to email via my user page contact form.

More Details

14. GogooooSE - Superior Fulltext Search Engine Script

featured image

GogooooSE – Totally Amazing Fulltext Search Engine with spelling, keywords highlighting, boolean search and more!

GogooooSE is totally amazing fulltext and independent search engine with spelling (porter stemming algorithm sed) that is intended for any of your websites.can implement totally amazing zero configuration search functionality to your website only by upload and run script on server.This search script is based on two perfect Gogo classes (GogoSearch & GogoSpider) that you can implement anywhere in your site code. //search results by quick easy way

//$gse->Search($_GET['q'], $currentPage, $itemsPerPage);

Searches all HTML /Text files on your website (based on content-type header)

Boolean search, extended search (e. text that displays under each search result is trimmed to a certain length so it fits on the page nicely.Which folders to search for HTML /Text files

Instant and unlimited search results without ads!

Some HTML /CSS knowledge so you can style search results page (to suit your look & feel) if you want. Upload extracted files to your website (eg: to new /search/ folder)

com/search/crawler. Set “write” permissions via FTP remote view on the /search/ folder

Create form on your website like this:<form action="/search/index.php" method="GET"><br /><input type="text" name="q"> <input type="submit" name="submit" value=" Search "><br /></form>

Note: You can use (include) search.Note: If you want help me, buy this amazing search engine script right now and support me to do the new super amazing scripts:) SmallSense will waiting for you.

More Details

15. SabaiDiscuss for WordPress

featured image

Custom fields with visual form editor (13 field types: Choice, Date, HTML, Markdown Text, Number, ON/OFF, Paragraph Text, Single Line Text, CAPTCHA, User, Section Break, File Upload, Image Upload)

Filters user HTML using HTMLPurifier for additional security

Search questions answers

Bug Fixed: Fatal error when entering invalid URL in URL form fields

Bug Fixed: More fix for “Redo search when map moved” feature

Bug Fixed: HTML target attributes were always stripped off

Improved: Nofollow HTML rel attributes are added to all outgoing links

Bug Fixed: Fatal error form editor page if language is RTL

Bug Fixed: Value of CAPTCHfield not being cleared when form submit failed

Added: Show existing fields in form editor to allow reusing custom fields

Added: Options to disable (hide) tag/category form fields (Questions -> Manage Fields)

html to .html.Added: Setting to change the minimum length of each search keyword

Bug Fixed: Pages redirecting to https://xxx instead of http://xxx on after form submit on certain occasions

Improved: Search form sending out placeholder values as actual form values when some kind of HTML5 hack is in place

Bug Fixed: Some rendering issues with HTML forms

Internal: Allow each form element to add javascript code

Bug Fixed: Non-published questions showing up in jQuery dynamic slideshow

Improved: Search by category, question status, and tags

Bug Fixed: Custom fields not being displayed form on certain occasions

html)

html template file

html template file

Bug Fixed: Timepicker form field not showing the correct local time

Bug Fixed: Several form elements not being displayed at all on certain occasions

Improved: Custom fieds visual form editor user interface improved

Added: Visibility setting for each custom field which allows setting what type of user can see the field during form submission

Bug Fixed: Page not found error when trying to edit/add fields in visual form editor

Updated: HTML fields to display markup instead of system message in visual form editor

Added: Custom fields with visual form editor (8 field types: Choice, Date, HTML, Markdown Text, Number, ON/OFF, Paragraph Text, Single Line Text, and more to come)

Bug Fixed: Tag selectiform not being displayed in some cases

More Details

16. Pure CSS3 Forms Set + Validation and Masking

featured image

Pure CSS3 Forms Set allows you to create forms of any complexity and for any needs (login, registration, contacts, search, checkout, etc.Client-side form validation with lots of options

3 different form types (vertical, horizontal, columned)

To get support please send me an email through the contact form style CSS on my profile page. You can find the contact form wordpress on the right side of the page.Important note: support is offered exclusively through the contact form and not in the comments section.Added input with autocomplete (pure HTML and CSS).

More Details

17. Sky Forms Pro

featured image

Sky Forms Pro is a set beautiful form elements with large amount javascript features: validation, masking, modals, ajax submit, datepickers.Modern ElementsIncludes progressive form elements: input with autocomplete, toggles and ratings.Ajax PoweredAllows you to easily and unobtrusively upgrade HTML forms to use AJAX instead regular sumbit.Modal FormsYou don’t have enough space for the form? It’s not a problem! Use any form in modal window.6 designed statesEach form element has 6 states: normal, hover, focus, error, success and disabled. Semantic HTML markup and standards compliant CSS.Lifetime SupportTo get support please send me an email through the contact form on my profile page.jQuery Form Plugin by The jQuery Foundation

More Details

18. Clean & Simple Travel Booking Form

featured image

Travel Booking Form: Clean & Simple Travel Booking Form

Clean Simple Travel Booking Form HTML & CSS. Its include simple tab, search button, and four colour style tab. Tab styled booking form. Also available in 4 Color Html in main file.HTML File are below

Account Information Form

Payment Detail Form

More Details

19. Static HTML Website Search Tool

featured image

Easy HTML Website Search Tool in PHP – search html files on your website

UPDATE ! a better version of this item is available as a PHP search code google Engine. Please click here for more information: the simple PHP search engine.Anyone with a normal HTML website that wants a quick easy way add a search field to their website

Search feature on a intranet website that normal search engines cannot index

Anyone not happy with restrictions tools such as Google embedded search

Adding an instant search feature to a new website, when tools Google may take months to index every page, file, and PDF on your website

Advanced users can use the php callback function to inject custom items into the result set, eg: by quering a mysql database of products for search query (example provided)

Searches all HTML files on your website

Finds matches in HTML METtags

html‘)

It will even search PDF DOCUMENTS!

text that displays under each search result is trimmed to a certalength so it fits on the page nicely.Advanced users:custom callback function is included so you can insert your own results in with normal HTML results (eg: by querying a database of products for a match). This makes for great search integration between different products on an existing website.Which folders to search HTML files

Which folders to search for DOCUMENTS (eg: word, pdf, jpeg, mov)

Which file names to ignore and never display search results

“pdftotext” utility installed if you wish search PDF files (contact your hosting provider to see if it is installed)

Know some basic HTML /CSS so you can style the search results page (to suit your look & feel) if the defaults do not work.Upload search.com/search.Create form on your website like this:

<form action="search.<input type="text" name="search">

<input type="submit" name="go" value="Search Website">

</form>

How to style the search results page:

php file in Notepad or your favorite HTML editor (eg: Dreamweaver)

Delete any default HTML content from this file.Copy & Paste any HTML code you would like to display above search results into this file.php file in Notepad or your favorite HTML editor (eg: Dreamweaver)

Delete any default HTML content from this file.Copy & Paste any HTML code you would like to display below the search results into this file.Advanced users: you can also <?php include(“search.

More Details

20. Ajax search form

featured image

Ajax search form is a website slideshow script with a few line of Javascript. It have an elegant, simple and clean HTML Template. PHP / MySQL Search form

Live search in your mysql databse

Explode phrase in words for better search

More Details

21. Visitor Voice - Effective Website Surveys

featured image

create a quick and easy form which you can insert into any website, simply by including a small JavaScript snippet. Moreover, the system has a range analysis capabilities: after making a new form public, the system will show you pie charts for single-selection

text-filter will allow you to search within open-ended question responses. VisitForm Management

Quickly search within open-ended responses

You are able create an unlimited number of form templates CSS HTML which you can reuse (comes with beautiful pre-defined template so you

the respective site’s HTML template

More Details